home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface MatrixSet:Object
- {
- id theArticleViewControl;
- id nntpServer;
-
- id myMatrix;
- id myMList;
-
- id currentSelection;
- int numSelCells;
-
- SEL unselAction;
- id unselTarget;
- }
-
- - init;
- - theMatrix;
- - (List *)matrixList;
- - (int)numSelCells;
- - redisplayMatrix;
- - currentSelection;
- - sync;
- - syncAndReturnList:(BOOL)flag;
- - (const char *)stringValueForCellAt:(int)index;
- - (int)grep:(const char *)pattern regexpr:(BOOL)regexpr cases:(BOOL)cases;
-
- @end
-